OnClientResizedRow Property
In This Topic
Occurs when the user finishes resizing rows.
Syntax
'Declaration
Public Overridable Property OnClientResizedRow As System.String
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.String
instance.OnClientResizedRow = value
value = instance.OnClientResizedRow
public virtual System.string OnClientResizedRow {get; set;}
public read-write property OnClientResizedRow: System.String; virtual;
public function get,set OnClientResizedRow : System.String
public: __property virtual System.string* get_OnClientResizedRow();
public: __property virtual void set_OnClientResizedRow(
System.string* value
);
public:
virtual property System.String^ OnClientResizedRow {
System.String^ get();
void set ( System.String^ value);
}
See Also